home *** CD-ROM | disk | FTP | other *** search
/ Power Publisher 2 / Power Publisher 2.iso / Acrobat / AcroReader51_ENU.exe / Reader / plug_ins / DigSig.api / EXVW / 128 next >
Encoding:
Text File  |  2002-08-11  |  456 b   |  12 lines

  1. dialog(name: '$$$/Dialogs/DigSigPrefs', target_id: 'Hdlr', margin_height: 0, margin_width: 0)
  2. {
  3.     cluster(name: '$$$/Dialogs/DigSigPrefs/PreferencesCluster', dheight: gPrefsPanelHeight,
  4.         dwidth: gPrefsPanelWidth, align_children: align_left)
  5.     {
  6.         static_text(name: '$$$/Dialogs/DigSigPrefs/Handler');    
  7.         popup(item_id: 'Hdlr', width: max_char_width()*20);
  8.         gap();
  9.         check_box(item_id: 'aVld', name: '$$$/Dialogs/DigSigPrefs/AutoValidate');
  10.     }
  11. }
  12.